int to string java

181

int to string -

int a = 10;
char *intStr = itoa(a);
string str = string(intStr);

Comments

Submit
0 Comments